Button

enum Button

A physical button input that can be grabbed on SkyControllerUa gamepad.

Entries

Link copied to clipboard

Top-most button on the left of the controller front, immediately above left joystick.

Link copied to clipboard

Top-most button on the right of the controller front, immediately above right joystick.

Link copied to clipboard

Bottom-most button on the left of the controller front, immediately below FRONT_BOTTOM_LEFT_2.

Link copied to clipboard

Button on the bottom-left of the controller front, immediately above FRONT_BOTTOM_LEFT_1.

Link copied to clipboard

Bottom-most button on the right of the controller front, immediately below FRONT_BOTTOM_RIGHT_2.

Link copied to clipboard

Button on the bottom-right of the controller front, immediately above FRONT_BOTTOM_RIGHT_1.

Link copied to clipboard

Button on the bottom-right of the controller front, immediately above FRONT_BOTTOM_RIGHT_2.

Link copied to clipboard

Left button on the rear of the controller, immediately above LEFT_SLIDER.

Link copied to clipboard

Right button on the rear of the controller, immediately above RIGHT_SLIDER.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.